cody - HTMLify profile

cody
4270 Files
632704 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player
let play = document.getElementById("Play");
let previous = document.getElementById("Previous");
let next = document.getElementById("Next");
let audio = document.querySelector("audio");
let img = document.querySelector("img");
let title = document.getElementById("title");
let artist = document.getElementById("artist");
let songs = [
let previous = document.getElementById("Previous");
let next = document.getElementById("Next");
let audio = document.querySelector("audio");
let img = document.querySelector("img");
let title = document.getElementById("title");
let artist = document.getElementById("artist");
let songs = [
* {
margin: 0;
padding: 0%;
box-sizing: border-box;
font-size: 62.5%;
font-family: "sans";
}
margin: 0;
padding: 0%;
box-sizing: border-box;
font-size: 62.5%;
font-family: "sans";
}